GtkMenu: Don't subtract shadow from requisition
authorVolker Sobek <reklov@live.com>
Tue, 15 Jul 2014 23:09:05 +0000 (01:09 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 17 Jul 2014 03:29:35 +0000 (23:29 -0400)
commita80e77ff95b6c87d54f4e63be9f802b1d5474def
tree6de0b1ee0a4496c3e9436adf77cb311f120fa460
parentbb6057bfb709786bcc7c8dea71ee37f6fa53ec5e
GtkMenu: Don't subtract shadow from requisition

This was causing menus to show up in the wrong position in case the menu
popped up towards the top and/or left.

The change to the requisition was in error; it is the allocated size
of the menu, not the toplevel, and doesn't include the shadow.

https://bugzilla.gnome.org/show_bug.cgi?id=591258
gtk/gtkmenu.c